From 2e32655ccd29225e2cf0a006a1cc1081451ea106 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 18 Oct 2016 19:50:32 +0200 Subject: [PATCH] checkbutton: Remove unused constants --- gtk/gtkcheckbutton.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index cd937969fa..f6f8d376f5 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -78,10 +78,6 @@ */ -#define INDICATOR_SIZE 16 -#define INDICATOR_SPACING 2 - - static void gtk_check_button_get_preferred_width (GtkWidget *widget, gint *minimum, gint *natural); -- 2.30.2